run pwsh command directly without entrypoint
parent
1d05b65c3d
commit
cc4b970de2
@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
while :; do
|
|
||||||
pwsh -File expose_forwards.ps1
|
|
||||||
sleep 33
|
|
||||||
done
|
|
Loading…
Reference in New Issue