diff --git a/.gitignore b/.gitignore index f108d94..6311d20 100644 --- a/.gitignore +++ b/.gitignore @@ -175,4 +175,5 @@ cython_debug/ .pypirc # Other -*.tmp \ No newline at end of file +*.tmp +*.txt \ No newline at end of file diff --git a/start.ps1 b/start.ps1 index 1151f2b..da91790 100644 --- a/start.ps1 +++ b/start.ps1 @@ -1,5 +1,10 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser $file = $args[0] +$filepath = './tools/converter' +cp $file $filepath/$file +.\tools\converter\encode.ps1 $args[0] -flipper -./tools/converter/encode.ps1 $file -flipper \ No newline at end of file +cat $filepath/payload.txt > payload.txt +rm $filepath/payload.txt +rm $filepath/$file \ No newline at end of file