mirror of
https://github.com/canastro/copy-action.git
synced 2024-12-27 19:45:02 +08:00
This should theoretically work!
This commit is contained in:
parent
f4bde39f6f
commit
fe951f98d5
@ -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"
|
|
Loading…
x
Reference in New Issue
Block a user