1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Change su-to-zenmap.sh from bash to sh script

This commit is contained in:
dmiller
2012-12-06 18:54:36 +00:00
parent 9e6d7b2384
commit f5d999efaf

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#this code is bassed off of the debian su-to-root command
#Joost Witteveen <joostje@debian.org>
#Morten Brix Pedersen