2023-02-26 00:28:25

This commit is contained in:
2023-02-26 00:28:25 +09:00
parent 014a1408f4
commit 25b3c0eb79

2
launch
View File

@@ -13,7 +13,7 @@ sub git {
my $now = &MyTime::ymdhms; my $now = &MyTime::ymdhms;
system("git add -A"); system("git add -A");
system("git commit -m '$now'"); system("git commit -m '$now'");
system("git push -u origin"); system("git push origin");
} }
sub chmod{ sub chmod{