Guest User

testing shebangs

a guest
May 16th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. # BASH
  2. #!/something/otherthing/xyz bash
  3. #!/something/otherthing/bash
  4. #!/usr/bin/env bash
  5. #!/usr/bin/bash
  6. #!/bin/bash
  7. #!/bash
  8.  
  9. #!/something/otherthing/xyzbash
  10. #!/usr/bin/envbash
  11. #!/binbash
  12. #!/bashbash
  13. #!something/otherthing/xyz bash
  14. #!something/otherthing/bash
  15. #!usr/bin/env bash
  16. #!usr/bin/bash
  17. #!bin/bash
  18. #!bash
  19. #/something/otherthing/xyz bash
  20. #/something/otherthing/bash
  21. #/usr/bin/env bash
  22. #/usr/bin/bash
  23. #/bin/bash
  24. #/bash
  25. /something/otherthing/xyz bash
  26. /something/otherthing/bash
  27. /usr/bin/env bash
  28. /usr/bin/bash
  29. /bin/bash
  30. /bash
  31.  
  32. # SH
  33. #!/something/otherthing/xyz sh
  34. #!/something/otherthing/sh
  35. #!/usr/bin/env sh
  36. #!/usr/bin/sh
  37. #!/bin/sh
  38. #!/sh
  39.  
  40. #!/something/otherthing/xyzsh
  41. #!/usr/bin/envsh
  42. #!/binsh
  43. #!/s
  44. #!/ssh
  45. #!/shsh
  46. #!something/otherthing/xyz sh
  47. #!something/otherthing/sh
  48. #!usr/bin/env sh
  49. #!usr/bin/sh
  50. #!bin/sh
  51. #!sh
  52. #/something/otherthing/xyz sh
  53. #/something/otherthing/sh
  54. #/usr/bin/env sh
  55. #/usr/bin/sh
  56. #/bin/sh
  57. #/sh
  58. /something/otherthing/xyz sh
  59. /something/otherthing/sh
  60. /usr/bin/env sh
  61. /usr/bin/sh
  62. /bin/sh
  63. /sh
  64.  
  65. # ASH
  66. #!/something/otherthing/xyz ash
  67. #!/something/otherthing/ash
  68. #!/usr/bin/env ash
  69. #!/usr/bin/ash
  70. #!/bin/ash
  71. #!/ash
  72.  
  73. #!/something/otherthing/xyzash
  74. #!/usr/bin/envash
  75. #!/binash
  76. #!/ashash
  77. #!something/otherthing/xyz ash
  78. #!something/otherthing/ash
  79. #!usr/bin/env ash
  80. #!usr/bin/ash
  81. #!bin/ash
  82. #!ash
  83. #/something/otherthing/xyz ash
  84. #/something/otherthing/ash
  85. #/usr/bin/env ash
  86. #/usr/bin/ash
  87. #/bin/ash
  88. #/ash
  89. /something/otherthing/xyz ash
  90. /something/otherthing/ash
  91. /usr/bin/env ash
  92. /usr/bin/ash
  93. /bin/ash
  94. /ash
  95.  
  96. # DASH
  97. #!/something/otherthing/xyz dash
  98. #!/something/otherthing/dash
  99. #!/usr/bin/env dash
  100. #!/usr/bin/dash
  101. #!/bin/dash
  102. #!/dash
  103.  
  104. #!/something/otherthing/xyzdash
  105. #!/usr/bin/envdash
  106. #!/bindash
  107. #!/dashdash
  108. #!something/otherthing/xyz dash
  109. #!something/otherthing/dash
  110. #!usr/bin/env dash
  111. #!usr/bin/dash
  112. #!bin/dash
  113. #!dash
  114. #/something/otherthing/xyz dash
  115. #/something/otherthing/dash
  116. #/usr/bin/env dash
  117. #/usr/bin/dash
  118. #/bin/dash
  119. #/dash
  120. /something/otherthing/xyz dash
  121. /something/otherthing/dash
  122. /usr/bin/env dash
  123. /usr/bin/dash
  124. /bin/dash
  125. /dash
  126.  
  127. # KSH
  128. #!/something/otherthing/xyz ksh
  129. #!/something/otherthing/ksh
  130. #!/usr/bin/env ksh
  131. #!/usr/bin/ksh
  132. #!/bin/ksh
  133. #!/ksh
  134.  
  135. #!/something/otherthing/xyzksh
  136. #!/usr/bin/envksh
  137. #!/binksh
  138. #!/kshksh
  139. #!something/otherthing/xyz ksh
  140. #!something/otherthing/ksh
  141. #!usr/bin/env ksh
  142. #!usr/bin/ksh
  143. #!bin/ksh
  144. #!ksh
  145. #/something/otherthing/xyz ksh
  146. #/something/otherthing/ksh
  147. #/usr/bin/env ksh
  148. #/usr/bin/ksh
  149. #/bin/ksh
  150. #/ksh
  151. /something/otherthing/xyz ksh
  152. /something/otherthing/ksh
  153. /usr/bin/env ksh
  154. /usr/bin/ksh
  155. /bin/ksh
  156. /ksh
  157.  
  158. # BATS
  159. #!/something/otherthing/xyz bats
  160. #!/something/otherthing/bats
  161. #!/usr/bin/env bats
  162. #!/usr/bin/bats
  163. #!/bin/bats
  164. #!/bats
  165.  
  166. #!/something/otherthing/xyzbats
  167. #!/usr/bin/envbats
  168. #!/binbats
  169. #!/batsbats
  170. #!something/otherthing/xyz bats
  171. #!something/otherthing/bats
  172. #!usr/bin/env bats
  173. #!usr/bin/bats
  174. #!bin/bats
  175. #!bats
  176. #/something/otherthing/xyz bats
  177. #/something/otherthing/bats
  178. #/usr/bin/env bats
  179. #/usr/bin/bats
  180. #/bin/bats
  181. #/bats
  182. /something/otherthing/xyz bats
  183. /something/otherthing/bats
  184. /usr/bin/env bats
  185. /usr/bin/bats
  186. /bin/bats
  187. /bats
  188.  
  189. # ZSH
  190. #!/something/otherthing/xyz zsh
  191. #!/something/otherthing/zsh
  192. #!/usr/bin/env zsh
  193. #!/usr/bin/zsh
  194. #!/bin/zsh
  195. #!/zsh
  196.  
  197. #!/something/otherthing/xyzzsh
  198. #!/usr/bin/envzsh
  199. #!/binzsh
  200. #!/zshzsh
  201. #!something/otherthing/xyz zsh
  202. #!something/otherthing/zsh
  203. #!usr/bin/env zsh
  204. #!usr/bin/zsh
  205. #!bin/zsh
  206. #!zsh
  207. #/something/otherthing/xyz zsh
  208. #/something/otherthing/zsh
  209. #/usr/bin/env zsh
  210. #/usr/bin/zsh
  211. #/bin/zsh
  212. #/zsh
  213. /something/otherthing/xyz zsh
  214. /something/otherthing/zsh
  215. /usr/bin/env zsh
  216. /usr/bin/zsh
  217. /bin/zsh
  218. /zsh
  219.  
  220. # FISH
  221. #!/something/otherthing/xyz fish
  222. #!/something/otherthing/fish
  223. #!/usr/bin/env fish
  224. #!/usr/bin/fish
  225. #!/bin/fish
  226. #!/fish
  227.  
  228. #!/something/otherthing/xyzfish
  229. #!/usr/bin/envfish
  230. #!/binfish
  231. #!/fishfish
  232. #!something/otherthing/xyz fish
  233. #!something/otherthing/fish
  234. #!usr/bin/env fish
  235. #!usr/bin/fish
  236. #!bin/fish
  237. #!fish
  238. #/something/otherthing/xyz fish
  239. #/something/otherthing/fish
  240. #/usr/bin/env fish
  241. #/usr/bin/fish
  242. #/bin/fish
  243. #/fish
  244. /something/otherthing/xyz fish
  245. /something/otherthing/fish
  246. /usr/bin/env fish
  247. /usr/bin/fish
  248. /bin/fish
  249. /fish
Add Comment
Please, Sign In to add comment