Use ruby exec which works with escaped cmd and replaces shell
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
eval "$1" 2>&1
|
||||
#!/usr/bin/env ruby
|
||||
exec "#{ARGV.first} 2>&1"
|
||||
|
||||
Reference in New Issue
Block a user