FollieHiyuki-dotfiles/home/.local/bin/remount
2021-02-13 19:28:59 +03:00

5 lines
126 B
Bash
Executable File

#!/bin/sh
sudo mount -o remount,size=20G,noatime /tmp
echo "Done. Please use 'df -h' to make sure folder size is increased."