1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 16:43:23 -05:00

Moved to a centralized replacements directory.

This commit is contained in:
freesource 2001-09-15 05:18:10 +00:00
parent df90cfa5d0
commit 5374ef41c8

View File

@ -1,15 +0,0 @@
#!/usr/bin/perl
print "Please enter your Hosts ip: ";
my $answer = <STDIN>;
chomp $answer;
$ENV{DISPLAY} = "$answer:0";
system "Xnest&";
$ENV{DISPLAY} = ":0";
system "flwm&";
system "gbootroot&";
sleep(5);
print "That's it\n";
system "xsetroot -display :0 -solid Orange";