Change shebang to /usr/bin/env

This commit is contained in:
John R. Dennison 2021-04-15 04:23:07 +00:00
parent 6ab4ba0abd
commit 1d78193e48

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl #!/usr/bin/env perl
# irpg bot v3.1.2 by jotun, jotun@idlerpg.net, et al. See http://idlerpg.net/ # irpg bot v3.1.2 by jotun, jotun@idlerpg.net, et al. See http://idlerpg.net/
# #
# Some code within this file was written by authors other than myself. As such, # Some code within this file was written by authors other than myself. As such,