This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# izpisi vse COS-e, | |
# izpisi cos, domeno, za vse userje | |
# $1 je 'name uuid cifrs', id==uuid | |
# imenam se ponavljajo | |
function cos_id_to_ind() { | |
ii=1 | |
for cos_id in ${COS_ID[@]} |
NewerOlder