Search Results

Search: Posts Made By: stomp
Forum: Programming 03-23-2018
2,246
Posted By stomp
#!/bin/bash max=5 next() { [...
#!/bin/bash

max=5

next() {
[ $counter -eq 0 ] || [ -z "$last" ] && change="1"
[ $counter -eq $max ] && change="-1"
last=$counter
((counter=$counter + $change))...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 12:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy