From 93bef0dcc8cf0f0567624faad5f90f058569708e Mon Sep 17 00:00:00 2001 From: Niko Savola Date: Thu, 9 May 2024 11:32:50 +0000 Subject: [PATCH] Fix shebang in Palace notebooks --- notebooks/palace_01_electrostatic.ipynb | 2 +- notebooks/palace_02_fullwave.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/palace_01_electrostatic.ipynb b/notebooks/palace_01_electrostatic.ipynb index 6ea86c2e..3a047428 100644 --- a/notebooks/palace_01_electrostatic.ipynb +++ b/notebooks/palace_01_electrostatic.ipynb @@ -16,7 +16,7 @@ "Alternatively, [Singularity / Apptainer](https://apptainer.org/) containers may be used. Instructions for building and an example definition file are found at [Palace – Build using Singularity/Apptainer](https://awslabs.github.io/palace/dev/install/#Build-using-Singularity/Apptainer).\n", "Afterwards, an easy install method is to add a script to `~/.local/bin` (or elsewhere in `PATH`) calling the Singularity container. For example, one may create a `palace` file containing\n", "```console\n", - "!/bin/bash\n", + "#!/bin/bash\n", "singularity exec ~/palace.sif /opt/palace/bin/palace \"$@\"\n", "```\n", "\n", diff --git a/notebooks/palace_02_fullwave.ipynb b/notebooks/palace_02_fullwave.ipynb index ddb96e5f..b93fca28 100644 --- a/notebooks/palace_02_fullwave.ipynb +++ b/notebooks/palace_02_fullwave.ipynb @@ -27,7 +27,7 @@ "Alternatively, [Singularity / Apptainer](https://apptainer.org/) containers may be used. Instructions for building and an example definition file are found at [Palace – Build using Singularity/Apptainer](https://awslabs.github.io/palace/dev/install/#Build-using-Singularity/Apptainer).\n", "Afterwards, an easy install method is to add a script to `~/.local/bin` (or elsewhere in `PATH`) calling the Singularity container. For example, one may create a `palace` file containing\n", "```console\n", - "!/bin/bash\n", + "#!/bin/bash\n", "singularity exec ~/palace.sif /opt/palace/bin/palace \"$@\"\n", "```\n", "\n",