Skip to content

Commit 052fac4

Browse files
committed
add std rebuild script
1 parent 8ba8049 commit 052fac4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build-scripts/rebuild-std.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
cd
3+
cd std
4+
git pull
5+
export PATH=/home/p6eval/perl5/perlbrew/perls/perl-5.12.1/bin:$PATH
6+
make snap

0 commit comments

Comments
 (0)