Skip to content

rene-gust/shell-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell-scripts

collection of useful shell scripts for ubuntu server

xdebug_on

use this command to easily enable xdebug

  • usage: xdebug_on
  • optional parameters controls whether enable xdebug for apache or cli
  • enable xdebug for apache:
$ xdebug_on apache
  • enable xdebug for cli:
$ xdebug_on

xdebug_off

use this command to easily disable xdebug

  • usage: xdebug_off
  • optional parameters controls whether disable xdebug for apache or cli
  • disable xdebug for apache:
$ xdebug_off apache
  • disable xdebug for cli:
$ xdebug_off

About

collection of useful shell scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages