From 3c12fb1ac006f2c394f182f3ca26f16024f15492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Thu, 30 Nov 2023 22:41:19 +0100 Subject: chrootjelka --- prog/jelka/chroot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prog/jelka/chroot.sh b/prog/jelka/chroot.sh index 3d92d2c..f1db05b 100755 --- a/prog/jelka/chroot.sh +++ b/prog/jelka/chroot.sh @@ -1,5 +1,6 @@ -#!/bin/sh +#!/bin/bash set -xeuo pipefail +mkdir -p $2 mount -t tmpfs -o nr_blocks=1,mode=0755 tmp $2 if [ x$1 = xstart ] then -- cgit v1.2.3