comparison python/py-docker/py-docker.sh @ 1115:297b5eef115e

vanilla: change shebangs to /bin/sh
author David Demelier <markand@malikania.fr>
date Fri, 20 Sep 2019 21:05:00 +0200
parents 7791d3dbfecf
children 6710613b88b9
comparison
equal deleted inserted replaced
1114:6de02aa035d2 1115:297b5eef115e
1 #!/bin/busybox sh 1 #!/bin/sh
2 # 2 #
3 # Copyright (c) 2019 Stéphane Péquignot <contact@stephanepequignot.fr> 3 # Copyright (c) 2019 Stéphane Péquignot <contact@stephanepequignot.fr>
4 # Copyright (c) 2019 David Demelier <markand@malikania.fr> 4 # Copyright (c) 2019 David Demelier <markand@malikania.fr>
5 # 5 #
6 # Permission to use, copy, modify, and/or distribute this software for any 6 # Permission to use, copy, modify, and/or distribute this software for any