diff options
Diffstat (limited to 'src/vfs/shell/helpers/mv')
-rw-r--r-- | src/vfs/shell/helpers/mv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vfs/shell/helpers/mv b/src/vfs/shell/helpers/mv new file mode 100644 index 0000000..1fd2327 --- /dev/null +++ b/src/vfs/shell/helpers/mv @@ -0,0 +1,5 @@ +if mv "/${SHELL_FILEFROM}" "/${SHELL_FILETO}" 2>/dev/null; then + echo "### 000" +else + echo "### 500" +fi |