-#!/bin/sh
+#!/bin/bash
# Find all submits in the local copy of contestants' home directories
# (as created by mo-backup) and copy them to solutions/.
-#!/bin/sh
+#!/bin/bash
# Find all submits in the local copy of contestants' home directories
# (as created by mo-backup) and print their status.
-#!/bin/sh
+#!/bin/bash
# A trivial script to back up contestants' home directories.
if [ -z "$1" ] ; then
-#!/bin/sh
+#!/bin/bash
# A script for creation of all the certificates used by submitd
# (c) 2007 Martin Mares <mj@ucw.cz>