Update 2024-12-23 14:32 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-23 14:32:10 +01:00
parent 19fc60ef8b
commit ae5183fa58
3 changed files with 62 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
case $1 in
case "$1" in
put|push) shift; rsync -rv --progress --append-verify $@ osmc:/media/USBDisk/ ;;
df) shift; ssh osmc "df -h /media/USBDisk/" ;;
ls) shift; ssh osmc "cd /media/USBDisk/ && ls $@ | grep -v lost+found" ;;