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