summaryrefslogtreecommitdiffstats
path: root/filehooker/root-image/krebs/bin/refresh-shares.ship
blob: 99c0b7485010d4cabf45f4034de1f75ecf3fd7da (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#TODO:
#!/usr/bin/env ship
set -euf
#@include filehooker
. /krebs/lib/filehooker
ncdc_user="hooker"

share_all_partitions

exit 0