You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
713 B
30 lines
713 B
[application] |
|
template="punk.multishell.cmd" |
|
as_admin=true |
|
|
|
#scripts=[ |
|
# "example.sh", |
|
# "example.tcl" |
|
#] |
|
scripts=[ |
|
"bits.ps1", |
|
"bits.sh", |
|
"bits.pl" |
|
] |
|
|
|
default_outputfile="bits.sh" |
|
default_nextshellpath="/usr/bin/env bash" |
|
default_nextshelltype="bash" |
|
|
|
|
|
#valid nextshelltype entries are: tcl perl powershell bash. |
|
#nextshellpath entries must be 64 characters or less. |
|
#win32.nextshellpath="perl" |
|
#win32.nextshelltype="perl" |
|
|
|
#win32.nextshellpath="c:/program files/powershell/7/pwsh.exe" |
|
win32.nextshellpath="pwsh" |
|
win32.nextshelltype="powershell" |
|
win32.outputfile="bits.cmd" |
|
|
|
|
|
|