kopia lustrzana https://github.com/jupyterhub/repo2docker
6 wiersze
131 B
Plaintext
6 wiersze
131 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# this script should not be executed
|
||
|
echo "The start script in the top level directory should not be executed"
|
||
|
exit 1
|