/usr/local/php5.3/bin/php => PHP 5.3.29 (cli) (built: Dec 10 2014 16:59:41)
/usr/local/php5.4/bin/php => PHP 5.4.38 (cli) (built: Feb 26 2015 09:53:00)
/usr/local/php5.5/bin/php => PHP 5.5.22 (cli) (built: Feb 23 2015 13:12:45)
/usr/local/php5.6/bin/php => PHP 5.6.6 (cli) (built: Feb 23 2015 13:13:02)
/usr/local/php7.0/bin/php => PHP 7.0.0RC5 (cli) (built: Oct 15 2015 09:46:15) ( NTS )
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
#!/usr/bin/env bash | |
# udisks_functions: https://bbs.archlinux.org/viewtopic.php?id=109307 | |
# last modified: 2010/12/11 | |
# functions: sdm, sdu, mcm, mcu, srm, sru, fdm, and fdu. | |
# aliases: sd*m, sd*u, mc*m, and mc*u. | |
# options: | |
enable_device="true" | |
enable_mmc="true" |