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