File: 0002-executable-vol2-script

package info (click to toggle)
pyhst2 2020c-7
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 13,540 kB
  • sloc: ansic: 11,807; python: 9,708; cpp: 6,786; makefile: 152; sh: 31
file content (10 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Add shebang primitive to vol2 scripts

Debian packaging will fix up later.
--- a/scripts/vol2hdf5
+++ b/scripts/vol2hdf5
@@ -1,3 +1,4 @@
+#!python
 
 import sys, os
 import numpy, h5py