5 lines
101 B
Bash
Executable file
5 lines
101 B
Bash
Executable file
#!/run/current-system/sw/bin/zsh
|
|
|
|
cd /home/horseman
|
|
|
|
tar -cf backups/$(date +%Y-%m-%d).tar Documents
|