LukeSmithxyz / lb

Blog & RSS system in less than 100 lines of shell script
GNU General Public License v3.0
280 stars 81 forks source link

Improved listAndReturn() #25

Closed pixelcmtd closed 4 years ago

pixelcmtd commented 5 years ago

If there is nothing to $2, it prints an error message. If there is only one thing to $2, it selects it. If there are more things to $2, it functions like it did.