We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9823e1 commit 2624da3Copy full SHA for 2624da3
1 file changed
internal/remote/firecrest/session_script.sh
@@ -1,10 +1,11 @@
1
+#!/bin/bash
2
+
3
# NOTE FOR AMALTHEA MAINTAINERS:
4
# This script contains template strings in the following form:
5
# `#{{NAME}}`
6
# These strings should be added or removed according to code changes
7
# in the remote session controller.
8
# END NOTE
-#!/bin/bash
9
#{{SBATCH_DIRECTIVES_PLACEHOLDER}}
10
11
set -e -o pipefail
0 commit comments