From e63f07385f9c67395315fe029735fe32d9b16480 Mon Sep 17 00:00:00 2001 From: Jan Sydänviita Date: Tue, 18 Aug 2026 15:59:39 +0300 Subject: Add forge jail --- roles/jails/22_forge/files/git-shell-commands/ls | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/jails/22_forge/files/git-shell-commands/ls (limited to 'roles/jails/22_forge/files/git-shell-commands/ls') diff --git a/roles/jails/22_forge/files/git-shell-commands/ls b/roles/jails/22_forge/files/git-shell-commands/ls new file mode 100644 index 0000000..ef5d3e5 --- /dev/null +++ b/roles/jails/22_forge/files/git-shell-commands/ls @@ -0,0 +1,4 @@ +#!/bin/sh +find . -maxdepth 1 -type d -name "*.git" | while read repo; do + basename "$repo" .git +done | sort -- cgit v1.3