-
Notifications
You must be signed in to change notification settings - Fork 0
/
bash_scripting
34 lines (27 loc) · 911 Bytes
/
bash_scripting
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
* * * * * * * * * * * * * * *
File "<unknown>", line 40
'description': """
^
SyntaxError: invalid syntax - - -
jakob@marina:/usr/share/odoo-website$ grep -sR "'description':" */*__.py -n | grep "29"
website_page_menu_form_view/__manifest__.py:29: 'description': """
website_portal_access/__manifest__.py:29: 'description': """
website_portal_actions/__manifest__.py:29: 'description': """
jakob@marina:/usr/share$ grep -sR "'description':" */*/*__.py -n | grep "40"
odoo-l10n_se_payroll/l10n_se_hr_payroll/__manifest__.py:40: 'description': """
odoo-project_scrum/project_scrum/__manifest__.py:40: 'description': """
* * * * * * * * * * * * * * * *
jakob@nella:~$ exec bash
jakob@nella:~$ for req in `ls`; do echo $req; done
apt_install.bs
apt_list.txt
bash_script.bs
l10n_se
l10n_se_ocr
odoocheckout14.bs
odoogitpull.err
odootools
src
text.bs
upgrade_db_file.bs
jakob@nella:~$