remove reading script from file

This commit is contained in:
ander 2021-09-14 22:40:06 +03:00
parent b7f392fa37
commit aabef7f44a
No known key found for this signature in database
GPG Key ID: 0A2971E562D618F3
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ script="$( cat "$__object/parameter/script" )"
if [ "$script" = '-' ]
then
script="$( cat "$__object/stdin" )"
elif
[ -f "$script" ]
then
script="$( cat "$script" )"
fi
file_from_target="$__object/explorer/file"