This should theoretically work!

This commit is contained in:
Piers Beckley 2022-08-23 16:29:07 +01:00
parent f4bde39f6f
commit fe951f98d5

View File

@ -1,11 +1,3 @@
#!/bin/sh -l #!/bin/sh -l
echo $1 >> /tmp/logs.txt cp "$1" "$2" "$3"
echo $2 >> /tmp/logs.txt
echo $3 >> /tmp/logs.txt
echo >> /tmp/logs.txt "Receiving " $# " arguments"
echo "trying to run cp " "$2 " "$3"
cp "$2" "$3"