ofek / userpath

Cross-platform tool for adding locations to the user PATH, no elevated privileges required!
MIT License
151 stars 20 forks source link

Use Sh as a base class, add support for ash (Almquist shell) #53

Open jefferyto opened 7 months ago

jefferyto commented 7 months ago

ash (the busybox version) is the default shell on OpenWrt. The ash package installed in the Docker image actually installs a symlink to dash, but ash and dash are similar enough for the test to be valid.