mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
8 lines
112 B
Perl
8 lines
112 B
Perl
#!/usr/bin/perl -w
|
|
# Write the config file version
|
|
|
|
use strict;
|
|
|
|
if ($ARGV[0]) {
|
|
print "Version=$ARGV[0]\n";
|
|
}
|