Skip to content

Instantly share code, notes, and snippets.

@Su-Shee
Last active August 29, 2015 14:24
Show Gist options
  • Save Su-Shee/37ae2d77bdcbe53510ea to your computer and use it in GitHub Desktop.
Save Su-Shee/37ae2d77bdcbe53510ea to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use Toadfarm -init;
mount './users/script/users' => {
mount_point => "/users",
};
mount './communication/script/communication' => {
mount_point => "/communication",
};
mount './root/script/mysuperapp' => {
mount_point => '/',
};
start;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment