- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/スクリプト/WSLのコマンドを呼び出すPowerShellスクリプト へ行く。
- 1 (2019-01-13 (日) 03:06:50)
- 2 (2019-01-13 (日) 03:08:40)
1.ps1
$args = $Args -join ' ' $cmd = "bash -c './1.sh {0}'" -f $args Invoke-Expression $cmd
1.sh
echo Hello $*