summaryrefslogtreecommitdiff
path: root/src/platform/freebsd.sh
blob: 390bca243f0e4b5aacdb3a8364fddf6a2b1ccf79 (plain)
1
2
3
4
5
6
# Copyright (C) 2012 Jonathan Chu <milki@rescomp.berkeley.edu>. All Rights Reserved.
# This file is licensed under the GPLv2+. Please see COPYING for more information.

GETOPT="/usr/local/bin/getopt"
SHRED="rm -P -f"
BASE64="openssl base64"