Skip to content

Conversation

@cttyler
Copy link
Contributor

@cttyler cttyler commented Aug 24, 2022

ShellCheck compliance issues fixed.
Some usage bugs fixed.
Preliminary efforts to standardize usage across shell scripts.
chmod +x as needed.

[[ ! -f "$tmp_license_data" || $(find "$tmp_license_data" -mmin +60) ]] || return
$p4 license -u 2>&1 > "$tmp_license_data"
[[ $? -ne 0 ]] && return
$p4 license -u "$tmp_license_data" 2>&1 || return
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to save output to file!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed pushed to address this - looks like a redirect operator was lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants