4 lines
108 B
Bash
Executable File
4 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
echo "Add this script to autostart"
|
|
sudo mount -t tmpfs -o size=2m tmpfs ./temp/
|
|
echo "Mounted!" |