8 lines
244 B
Bash
Executable File
8 lines
244 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source /opt/gfa/python 3.5
|
|
snapshot -b /sf/bernina/config/snapshot/req \
|
|
-d /sf/bernina/config/snapshot \
|
|
--config /sf/bernina/config/snapshot/cfg/config_bernina_snapshot \
|
|
$@
|