mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
10 lines
92 B
Bash
10 lines
92 B
Bash
|
#! /bin/bash
|
||
|
#
|
||
|
# no error is permitted
|
||
|
set -e
|
||
|
|
||
|
# application name
|
||
|
appli_name="OSCAR-test"
|
||
|
|
||
|
|