From a3628fc49db4d88ff3e4067268650710d1da3f6f Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Fri, 12 Feb 2021 03:59:34 +0000 Subject: initial openbsd support --- core/scripts/act-chroot.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 core/scripts/act-chroot.sh (limited to 'core/scripts/act-chroot.sh') diff --git a/core/scripts/act-chroot.sh b/core/scripts/act-chroot.sh deleted file mode 100644 index 29103b1..0000000 --- a/core/scripts/act-chroot.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -CHROOT="/mnt" - -mkdir -p $CHROOT/boot/efi -mkdir -p $CHROOT/media - -mkdir -p $CHROOT/dev -mkdir -p $CHROOT/tmp -mkdir -p $CHROOT/proc -mkdir -p $CHROOT/sys - -mount -t proc proc $CHROOT/proc -mount -t sysfs sys $CHROOT/sys -mount --bind /dev $CHROOT/dev -- cgit 1.4.1-2-gfad0 4cde0f59c0d1230694b5ad5682c698'>this commit Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/unittests/test_chat_session.h
blob: 7f7072f89457fc82426862d63cdcec6e7312562c (plain) (tree)
1
2
3
4