Initial commit

This commit is contained in:
2023-05-24 00:23:46 +02:00
commit 7f52850b2e
30 changed files with 5785 additions and 0 deletions

4
mount.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "Add this script to autostart"
sudo mount -t tmpfs -o size=2m tmpfs ./temp/
echo "Mounted!"