This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@RHEL57-x866-001 lib]# ll | |
total 12668 | |
-rw-r--r-- 1 root root 69409 May 24 19:21 activation-1.1.1.jar | |
-rw-r--r-- 1 root root 72851 May 24 19:19 avalon-framework-4.1.4.jar | |
-rw-r--r-- 1 root root 113369 May 24 19:19 bsf-2.4.0.jar | |
-rw-r--r-- 1 root root 19174 May 24 19:19 bsf-api-3.1.jar | |
-rw-r--r-- 1 root root 383846 May 24 19:19 bsh-2.0b5.jar | |
-rw-r--r-- 1 root root 7773 May 24 19:38 bshclient.jar | |
-rw-r--r-- 1 root root 232771 May 24 19:19 commons-codec-1.6.jar | |
-rw-r--r-- 1 root root 575389 May 24 19:19 commons-collections-3.2.1.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watch( '.*' ) {|md| system("cd ..;forge build") } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# source rvm and .rvmrc if present | |
[ -s "$HOME/.rvm/scripts/rvm" ] && . "$HOME/.rvm/scripts/rvm" | |
[ -s "$PWD/.rvmrc" ] && . "$PWD/.rvmrc" | |
# precompile assets if any have been updated | |
if git diff-index --name-only HEAD | egrep '^app/assets' >/dev/null ; then | |
echo 'Precompiling assets...' | |
rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server Software: Apache | |
Server Hostname: static.llocaldev.com | |
Server Port: 80 | |
Document Path: /images/amabassador_icon.png | |
Document Length: 2861 bytes | |
Concurrency Level: 10 | |
Time taken for tests: 49.324 seconds | |
Complete requests: 10000 |
NewerOlder