diff options
Diffstat (limited to 'yashout')
| -rw-r--r-- | yashout | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#!/usr/bin/perl +# +# yashout +# Usage: yashout filename mountpoint +# +# Copyright (c) 2003 Ivan Kohler +# All rights reserved. +# This program is free software; you can redistribute it and/or modify it under +# the same terms as Perl itself. + +use Shout; |
