1
0
mirror of https://github.com/amix/vimrc synced 2025-06-29 02:55:01 +08:00

chore: make it straightforward (#562)

Co-authored-by: luc <814640709@qq.com>
This commit is contained in:
Ma Chao
2020-04-16 10:47:00 +08:00
committed by GitHub
parent d98c510eee
commit 31256d6be6

View File

@ -17,7 +17,7 @@ catch
endtry" endtry"
if [ $2 == "--all" ]; then if [ $2 == "--all" ]; then
USERS=($(ls -l /home | awk '{if(NR>1)print $9}')) USERS=($(ls /home))
for user in ${USERS[*]}; do for user in ${USERS[*]}; do
homepath=$(eval echo "~$user") homepath=$(eval echo "~$user")
IFS='' IFS=''