4 lines
184 B
Plaintext
4 lines
184 B
Plaintext
|
#!/bin/bash
|
||
|
rsync -rzuP --exclude=.phy --remove-source-files actions/$1 nird:/projects/NS9048K/NORSTORE_OSL_DISK/NS9048K/server/septum-mec/actions
|
||
|
find actions/ -type d -empty -delete
|