Skip to content

Commit 78c629f

Browse files
committed
add /bin/bash in export.sh
1 parent 5cc8e2e commit 78c629f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

export.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
ls -alrt checkpoint/*.h5 | awk '{print $9}'
23
echo
34
echo -n 'input model path for export : '

0 commit comments

Comments
 (0)