X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=bin%2Ffileenc;fp=bin%2Ffileenc;h=559a536fecee5921501607c0e1de7ea95dcc734f;hb=5cca56fe0ce66a8585d3847ca9d38f56f1b1efbc;hp=0907601e2f3a6dcd30f8add5d6b11a92ad79e77d;hpb=6a28d5c6cc1b2e7a7837d738e82cb49f80f93854;p=dotfiles.git diff --git a/bin/fileenc b/bin/fileenc index 0907601..559a536 100755 --- a/bin/fileenc +++ b/bin/fileenc @@ -12,4 +12,4 @@ my $inFile = shift or die "Usage: $0 in_file \n"; my $outFile = shift || ""; my $command = "openssl enc -aes-256-cbc -salt -in $inFile " . ($outFile && "-out $outFile"); -print $command; +print `$command`;